Credit Registry
GET: https://api.creditchek.africa/v1/credit/credit-registry?bvn=12345678901
Sample request BVN: 12345678901 and 98765432101
Request Parameters
Name | Position | Required | Description |
---|---|---|---|
token | Headers | True | app public key |
bvn | query | True | user bvn |
Example Request
---
curl --location --request GET 'https://api.creditchek.africa/v1/credit/credit-registry?bvn=12345678901' \
--header 'token: {{token}}'
---
Response
{
"status": true,
"data": {
"_id": "636126xxxxxxxxxxxxa4d2d",
"bvn": "12345678901",
"customerId": "73786xxxxxxxx7500",
"businessId": "62877xxxxxxxxx3f4d0a0",
"name": "Oyegunle Prince Adekunle",
"phone": "07061xxxxx79",
"gender": "Male",
"dateOfBirth": "01 Nov 1980",
"address": "1 High Cheif N Close,ph,oil Mill Bus Stop,Rivers",
"email": "[email protected]",
"score": {
"totalNoOfLoans": 34,
"totalNoOfInstitutions": 4,
"totalNoOfActiveLoans": 3,
"totalNoOfClosedLoans": 31,
"totalNoOfPerformingLoans": 34,
"totalNoOfDelinquentFacilities": 0,
"highestLoanAmount": 430000,
"totalMonthlyInstallment": 0,
"totalBorrowed": 2081450,
"totalOutstanding": 274347,
"totalOverdue": 0,
"maxNoOfDays": 0,
"creditors": false,
"creditEnquiries": false,
"creditEnquiriesSummary": false,
"loanPerformance": false,
"loanHistory": false
},
"searchedDate": "2022-11-01T13:58:28.924Z",
},
"message": "Request successful",
"error": false
}